{ "name": "My Devices", "version": "1.1", "description": "A browser action with a popup dump of all devices signed into the same account as the current profile.", "permissions": [ "signedInDevices" ], "browser_action": { "default_title": "My Devices", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'" }